object FieldForm: TFieldForm Left = 414 Top = 181 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsDialog Caption = 'Fields List' ClientHeight = 273 ClientWidth = 138 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object StringGrid1: TStringGrid Left = 0 Top = 0 Width = 138 Height = 273 Align = alClient ColCount = 2 DefaultRowHeight = 16 FixedCols = 0 RowCount = 2 FixedRows = 0 Options = [goVertLine, goHorzLine, goRowSelect] ScrollBars = ssVertical TabOrder = 0 OnDblClick = StringGrid1DblClick ColWidths = ( 91 43) end end